home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / cdprprvb / readme.txt < prev    next >
Text File  |  1997-08-12  |  6KB  |  208 lines

  1. April 9, 1997
  2.  
  3. ***************************************
  4.   
  5.            RELEASE NOTES
  6.  
  7. Code.Print Professional Edition
  8.         for Visual Basic
  9.           Version 3.2
  10.  
  11. ***************************************
  12.  
  13. Contents
  14. ========
  15. VB 5.0 Support
  16. Incremental Processing
  17. Default Fonts
  18. Creating a Custom CPVB.INI
  19.  
  20.  
  21. VB 5.0 Support
  22. ==============
  23. Code.Print supports all versions of
  24. Visual Basic from release 1.0 to 5.0.
  25. When operating on Win95 and WinNT 3.51
  26. or 4.0, Code.Print supports long file
  27. names for both file selection and as
  28. referenced in VB .vbp project files. All
  29. new VB syntax and constructs are
  30. supported including property procedures.
  31. Class files are also supported.
  32.  
  33. IDE integration
  34. Code.Print Pro can hook into the Visual
  35. Basic 4.0 16-bit and VB 3.0 IDE only.
  36. Because of the nature of protected
  37. memory space on 32-bit operating systems
  38. such as Win95 and WinNT, the 32-bit
  39. versions of VB4 and VB5 are inaccessible
  40. to 16-bit programs such as Code.Print
  41. Pro. Code.Print Pro can still process
  42. all 32-bit VB files but they have to be
  43. selected and saved manually in print job
  44. files.
  45.  
  46. IDE integration is still supported for
  47. all versions of VB 1.0 through 3.0. In
  48. addition, IDE integration is fully
  49. functional under all flavors of Windows.
  50.  
  51. Note: In order for Code.Print to
  52. successfully hook into Visual Basic when
  53. running under Win95 or WinNT, Visual
  54. Basic and Code.Print must be running in
  55. the same memory space. Do not run Visual
  56. Basic or Code.Print in separate memory
  57. spaces otherwise Code.Print will be
  58. unable to connect to the VB IDE.
  59.  
  60. Incremental Processing
  61. ======================
  62. If Incremental Processing is enabled,
  63. you must save the print job file after
  64. executing the print job. (You will be
  65. prompted on exiting the program.) If you
  66. do not save the print job file after
  67. executing a print job, the last print
  68. time stamp will not be saved.
  69.  
  70. Default Fonts
  71. =============
  72. By default, Code.Print tries to print
  73. everything in 10 point Courier. It
  74. selects the Courier font by asking the
  75. printer device context to give it the
  76. first font name containing the letters
  77. "Cour"; if no font matches the request,
  78. Code.Print asks for the first font in
  79. the list.
  80.  
  81. Whether or not your system has a font
  82. named Courier, it is a good idea to
  83. select some fonts that you know work
  84. well with your printer and make them the
  85. defaults for Code.Print.
  86.  
  87. For information on how to change the
  88. default fonts, see "Creating a Custom
  89. CPVB.INI" below.
  90.  
  91.     -----------------------------------
  92.     TIP  If you will switch printers
  93.          from time to time, it may be
  94.          best to choose TrueType fonts
  95.          as your defaults. Because
  96.          TrueType fonts are device-
  97.          independent, the fonts you
  98.          choose will always be
  99.          available, no matter what
  100.          printer you use.
  101.  
  102.          To be sure that only TrueType
  103.          fonts are reported to
  104.          Code.Print when you select
  105.          default fonts:
  106.  
  107.          1. Run the Windows Control Panel.
  108.          2. Click the Fonts icon.
  109.          3. Push the TrueType button.
  110.          4. Check the box labeled "Show
  111.             Only TrueType Fonts in
  112.             Applications."
  113.          5. Push the Ok button to
  114.             confirm your choice.
  115.          6. Push the Cancel button to
  116.             dismiss the Fonts dialog.
  117.  
  118.          Then run Code.Print and follow
  119.          the steps listed in "Creating a
  120.          Custom CPVB.INI."
  121.          ------------------------------
  122.  
  123.  
  124.  
  125. Creating a Custom CPVB.INI
  126. ==========================
  127. When you first install Code.Print, there
  128. is no CPVB.INI file in the Code.Print
  129. directory. We recommend that you create
  130. one.
  131.  
  132. To create CPVB.INI
  133. ------------------
  134.  
  135. 1. Run Code.Print.
  136.  
  137. 2. From the File menu, choose Print
  138. Setup.
  139.  
  140.    The Print Setup dialog will appear.
  141.  
  142. 3. In the Installed Printers list,
  143.    select the printer that you will use
  144.    most often. Then push the Ok button.
  145.  
  146.    Note: The selected printer is not
  147.    saved with other defaults (though it
  148.    is saved with each print job). The
  149.    reason for selecting a printer now is
  150.    to be sure that the fonts associated
  151.    with the printer are listed in the
  152.    font selection dialog when you choose
  153.    fonts.
  154.  
  155. 4. Push the Layout button on the toolbar.
  156.  
  157.    The Layout dialog will appear.
  158.  
  159. 5. From the Settings list at the bottom
  160.    right of the dialog, choose Fonts.
  161.  
  162.    The controls for selecting fonts will
  163.    appear in the dialog. In a group
  164.    labeled "Section" are four radio
  165.    buttons labeled "Header," "Title,"
  166.    "Code," and "Comment." These are the
  167.    sections of a printout for which you
  168.    can specify an individual font. To
  169.    see where each section appears in a
  170.    typical printout, press F1 and
  171.    examine the diagram shown in Windows
  172.    help.
  173.  
  174. 6. Select the font you prefer for each
  175.    of the four sections.
  176.  
  177. 7. When you are satisfied with your font
  178.    selections, choose Default from the
  179.    Settings box in the lower right of
  180.    the Layout dialog.
  181.  
  182.    The controls for setting defaults
  183.    will appear in the dialog.
  184.  
  185. 8. Push the button labeled "Save Current
  186.    Layout Settings as User- Default."
  187.  
  188.    Code.Print will create the file
  189.    CPVB.INI in your Code.Print
  190.    directory. This file stores all
  191.    layout options you have selected, and
  192.    Code.Print will initialize to these
  193.    settings every time you run the
  194.    program.
  195.  
  196. 9. Push the Ok button to dismiss the
  197.    dialog.
  198.  
  199.    If you exit Code.Print at this point,
  200.    you will be asked whether you want to
  201.    save changes to the untitled print
  202.    job. There is no need to create a
  203.    print job file now, so just say no.
  204.  
  205.  
  206. ****************************************
  207. END OF NOTES
  208.